home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 57918 / 57918.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-01-22  |  982b  |  32 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.   <Description about="urn:mozilla:install-manifest">
  6.  
  7.     <em:id>gic2@getinformer.com</em:id>
  8.     <em:version>1.1</em:version>
  9.     <em:type>2</em:type>
  10.  
  11.     <!-- Front End Metadata -->
  12.  
  13.     <em:name>Google Analytics Watcher</em:name>
  14.     <em:description>Displays Google Analytics stats in your status bar.</em:description>
  15.     <em:creator>InfoCoder</em:creator>
  16.     <em:homepageURL>http://getinformer.com/google-analytics-firefox-extension/</em:homepageURL>
  17.     <em:optionsURL>chrome://gic2/content/settings.xul</em:optionsURL>
  18.  
  19.     <!-- Describe the Firefox versions we support -->
  20.  
  21.     <em:targetApplication>
  22.       <Description>
  23.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  24.         <em:minVersion>3.5</em:minVersion>
  25.         <em:maxVersion>3.6.*</em:maxVersion>
  26.       </Description>
  27.     </em:targetApplication>
  28.  
  29.   </Description>
  30.  
  31. </RDF>
  32.